home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / text / tex / rtf2latex.lha / rtf2LaTeX / README.2LaTeX < prev    next >
Text File  |  1997-02-28  |  1KB  |  35 lines

  1. rtf2LaTeX is a filter built on Paul DuBois' RTF reader that converts
  2. RTF (Microsoft's Rich Text Format) into LaTeX.
  3. rtf2LaTeX expends a good deal of effort in an attempt to make the resulting
  4. LaTeX maintainable and modifiable.
  5.  
  6. Usage: 
  7.  
  8.    rtf2LaTeX [options] [RTF-file]
  9.  
  10. Your options are:
  11.        -c      No character formatting stuff
  12.        -C file Use another translation-file for characters above 128
  13.        -d      Use WORD formats within special WORD styles like heading, 
  14.                footnote text, ...
  15.        -H      Use LaTeX header and footer, not as default WORD header
  16.        -h      Help message
  17.        -L file Use another translation-file for specilal WORD styles 
  18.                like heading, footer, footnote text, ...
  19.        -n      Use \hfil\break instead of \\ for making a new line
  20.        -p      No paragraph formatting stuff
  21.        -r      No left or right skip
  22.        -s      No tab stops
  23.        -t      No formatting in tables
  24.        -T f    Decrease-factor for the cell-width (default:0.7)
  25.        -u      Change underline to italic
  26.        -v[#]   Turn on verbose messages; the higher #, the more messages
  27.        -V      Print the version number
  28.  
  29. If you omit the filename rtf2LaTeX will read standard input.
  30.  
  31. Read the man page for further details of the usage.
  32. If there are any LaTeX errors or warnings,
  33. have a look at the section troubleshooting.
  34. A little bit of documentation is in one of the files interna.rtf or interna.tex
  35.